Html Css Color HEX #024C23 British Racing Green

📋 copy color: '#024C23'

red 2 ◦ green 76 ◦ blue 35

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

Shades of British Racing Green #024C23

Tints of British Racing Green #024C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 67.26%

 BLUE value IS 35 (14.06% from 255) = 30.97%

R = 1.77%
G = 67.26%
B = 30.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#024C23 (or 0x024C23) is known color: British Racing Green. HEX triplet: 02, 4C and 23. RGB value is (2,76,35). Sum of RGB (Red+Green+Blue) = 2+76+35=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #024C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C23 is #FDB3DC. Grayscale: #313131. Windows color (decimal): -16626653 or 2313218. OLE color: 2313218.

HSL color Cylindrical-coordinate representation of color #024C23: hue angle of 146.76º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C23 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 76 35 -
CMYK 0.97 0 0.54 0.70
HSL 146.76º 0.95% 0.15% -
HSV(B) 146.76º 0.97% 0.3% -
XYZ 2.91 5.3 2.46 -
YUV 49.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 2 76 35 0.97 0 0.54 0.70 146.76 0.95 0.15
Hex 2 4C 23 61 0 36 46 93 5F F
Octal 2 114 43 141 0 66 106 223 137 17
Binary 10 1001100 100011 1100001 0 110110 1000110 10010011 1011111 1111

Color Harmonies of #024C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C23

Black with #024C23

Text Example


Text Example

White with #024C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024C23; }

 p { color: rgb(2,76,35); }

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

background-color css

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

 a { background-color: rgb(2,76,35); }

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

border-color css

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

 span { border-color: rgb(2,76,35); }

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