#004121

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

Shades of British Racing Green #004121

Tints of British Racing Green #004121

Color information

#004121 (or 0x004121) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 21. RGB value is (0,65,33). Sum of RGB (Red+Green+Blue) = 0+65+33=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #004121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004121 is #FFBEDE. Grayscale: #292929. Windows color (decimal): -16760543 or 2179328. OLE color: 2179328.

HSL color Cylindrical-coordinate representation of color #004121: hue angle of 150.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004121 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB06533-
CMYK100.490.75
HSL150.46º100%12.75%-
HSV(B)150.46º100%25.49%-
XYZ2.163.892.08-
YUV41.92122.9798.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 66.33%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=0%
G=66.33%
B=33.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06533100.490.75150.4610012.75
Hex04121640314B9664d
Octal01014114406111322614415
Binary010000011000011100100011000110010111001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004121; }

 p { color: rgb(0,65,33); }

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

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

 a { background-color: rgb(0,65,33); }

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

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

 span { border-color: rgb(0,65,33); }

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