#004233

Color #004233 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #004233

Tints of British Racing Green #004233

Color information

#004233 (or 0x004233) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 33. RGB value is (0,66,51). Sum of RGB (Red+Green+Blue) = 0+66+51=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #004233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004233 is #FFBDCC. Grayscale: #2C2C2C. Windows color (decimal): -16760269 or 3359232. OLE color: 3359232.

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

Color convert

RGB06651-
CMYK100.230.74
HSL166.36º100%12.94%-
HSV(B)166.36º100%25.88%-
XYZ2.554.143.8-
YUV44.56131.6396.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 56.41%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=0%
G=56.41%
B=43.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06651100.230.74166.3610012.94
Hex04233640174Aa664d
Octal01026314402711224614415
Binary01000010110011110010001011110010101010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004233; }

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

 H1.HeaderClassName
 {
   color: #004233;
 }
 .AnyTagClassName
 {
   color: #004233;
 }
</style>
background-color css

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

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

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

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

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

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