Html Css Color HEX #024231 British Racing Green

📋 copy color: '#024231'

red 2 ◦ green 66 ◦ blue 49

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

Shades of British Racing Green #024231

Tints of British Racing Green #024231

RGB

 RED value IS 2 (1.17% from 255) = 1.71%

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

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

R = 1.71%
G = 56.41%
B = 41.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#024231 (or 0x024231) is known color: British Racing Green. HEX triplet: 02, 42 and 31. RGB value is (2,66,49). Sum of RGB (Red+Green+Blue) = 2+66+49=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #024231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024231 is #FDBDCE. Grayscale: #2C2C2C. Windows color (decimal): -16629199 or 3228162. OLE color: 3228162.

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

Color convert

RGB 2 66 49 -
CMYK 0.97 0 0.26 0.74
HSL 164.06º 0.94% 0.13% -
HSV(B) 164.06º 0.97% 0.26% -
XYZ 2.53 4.13 3.57 -
YUV 44.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 2 66 49 0.97 0 0.26 0.74 164.06 0.94 0.13
Hex 2 42 31 61 0 1A 4A A4 5E D
Octal 2 102 61 141 0 32 112 244 136 15
Binary 10 1000010 110001 1100001 0 11010 1001010 10100100 1011110 1101

Color Harmonies of #024231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024231

Black with #024231

Text Example


Text Example

White with #024231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024231; }

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

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

background-color css

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

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

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

border-color css

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

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

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