Html Css Color HEX #004231 British Racing Green

📋 copy color: '#004231'

red 0 ◦ green 66 ◦ blue 49

#004231
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #004231

Tints of British Racing Green #004231

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 57.39%

 BLUE value IS 49 (19.53% from 255) = 42.61%

R = 0%
G = 57.39%
B = 42.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#004231 (or 0x004231) is known color: British Racing Green. HEX triplet: 00, 42 and 31. RGB value is (0,66,49). Sum of RGB (Red+Green+Blue) = 0+66+49=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #004231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004231 is #FFBDCE. Grayscale: #2C2C2C. Windows color (decimal): -16760271 or 3228160. OLE color: 3228160.

HSL color Cylindrical-coordinate representation of color #004231: hue angle of 164.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004231 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 49 -
CMYK 1 0 0.26 0.74
HSL 164.55º 1% 0.13% -
HSV(B) 164.55º 1% 0.26% -
XYZ 2.5 4.12 3.57 -
YUV 44.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 0 66 49 1 0 0.26 0.74 164.55 1 0.13
Hex 0 42 31 64 0 1A 4A A5 64 D
Octal 0 102 61 144 0 32 112 245 144 15
Binary 0 1000010 110001 1100100 0 11010 1001010 10100101 1100100 1101

Color Harmonies of #004231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004231

Black with #004231

Text Example


Text Example

White with #004231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004231; }

 p { color: rgb(0,66,49); }

 H1.HeaderClassName
 {
   color: #004231;
 }
 .AnyTagClassName
 {
   color: #004231;
 }
</style>

background-color css

<style>
 a { background-color: #004231; }

 a { background-color: rgb(0,66,49); }

 div.DivClassName
 {
   background-color: #004231;
 }
 .BgClassName
 {
   background-color: #004231;
 }
</style>

border-color css

<style>
 span { border-color: #004231; }

 span { border-color: rgb(0,66,49); }

 td.TdClassName
 {
   border-color: #004231;
 }
 .TagClassName
 {
   border-color: #004231;
 }
</style>