#00430F

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

Shades of British Racing Green #00430F

Tints of British Racing Green #00430F

Color information

#00430F (or 0x00430F) is unknown color: approx British Racing Green. HEX triplet: 00, 43 and 0F. RGB value is (0,67,15). Sum of RGB (Red+Green+Blue) = 0+67+15=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 67 (26.56% from 255 or 81.71% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 67 - color contains mainly: green. Hex color #00430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00430F is #FFBCF0. Grayscale: #292929. Windows color (decimal): -16760049 or 1000192. OLE color: 1000192.

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

Color convert

RGB06715-
CMYK100.780.74
HSL133.43º100%13.14%-
HSV(B)133.43º100%26.27%-
XYZ2.094.051.12-
YUV41.04113.398.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 81.71%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=0%
G=81.71%
B=18.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06715100.780.74133.4310013.14
Hex043F6404E4A8564d
Octal010317144011611220514415
Binary01000011111111001000100111010010101000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00430F; }

 p { color: rgb(0,67,15); }

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

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

 a { background-color: rgb(0,67,15); }

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

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

 span { border-color: rgb(0,67,15); }

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