Html Css Color HEX #024233 British Racing Green

📋 copy color: '#024233'

red 2 ◦ green 66 ◦ blue 51

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

Shades of British Racing Green #024233

Tints of British Racing Green #024233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 42.86%

R = 1.68%
G = 55.46%
B = 42.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#024233 (or 0x024233) is known color: British Racing Green. HEX triplet: 02, 42 and 33. RGB value is (2,66,51). Sum of RGB (Red+Green+Blue) = 2+66+51=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #024233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024233 is #FDBDCC. Grayscale: #2D2D2D. Windows color (decimal): -16629197 or 3359234. OLE color: 3359234.

HSL color Cylindrical-coordinate representation of color #024233: hue angle of 165.94º 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 #024233 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 66 51 -
CMYK 0.97 0 0.23 0.74
HSL 165.94º 0.94% 0.13% -
HSV(B) 165.94º 0.97% 0.26% -
XYZ 2.57 4.15 3.8 -
YUV 45.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 2 66 51 0.97 0 0.23 0.74 165.94 0.94 0.13
Hex 2 42 33 61 0 17 4A A6 5E D
Octal 2 102 63 141 0 27 112 246 136 15
Binary 10 1000010 110011 1100001 0 10111 1001010 10100110 1011110 1101

Color Harmonies of #024233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024233

Black with #024233

Text Example


Text Example

White with #024233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024233; }

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

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

background-color css

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

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

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

border-color css

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

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

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