#004225

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

Shades of British Racing Green #004225

Tints of British Racing Green #004225

Color information

#004225 (or 0x004225) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 25. RGB value is (0,66,37). Sum of RGB (Red+Green+Blue) = 0+66+37=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #004225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004225 is #FFBDDA. Grayscale: #2B2B2B. Windows color (decimal): -16760283 or 2441728. OLE color: 2441728.

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

Color convert

RGB06637-
CMYK100.440.74
HSL153.64º100%12.94%-
HSV(B)153.64º100%25.88%-
XYZ2.284.032.41-
YUV42.96124.6397.36-

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) = 64.08%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=0%
G=64.08%
B=35.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06637100.440.74153.6410012.94
Hex042256402C4A9a64d
Octal01024514405411223214415
Binary010000101001011100100010110010010101001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004225; }

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

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

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

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

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

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

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

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