#004130

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

Shades of British Racing Green #004130

Tints of British Racing Green #004130

Color information

#004130 (or 0x004130) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 30. RGB value is (0,65,48). Sum of RGB (Red+Green+Blue) = 0+65+48=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #004130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004130 is #FFBECF. Grayscale: #2B2B2B. Windows color (decimal): -16760528 or 3162368. OLE color: 3162368.

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

Color convert

RGB06548-
CMYK100.260.75
HSL164.31º100%12.75%-
HSV(B)164.31º100%25.49%-
XYZ2.423.993.44-
YUV43.63130.4796.88-

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) = 57.52%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=0%
G=57.52%
B=42.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06548100.260.75164.3110012.75
Hex041306401A4Ba464d
Octal01016014403211324414415
Binary01000001110000110010001101010010111010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004130; }

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

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

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

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

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

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

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

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