#00431E

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

Shades of British Racing Green #00431E

Tints of British Racing Green #00431E

Color information

#00431E (or 0x00431E) is unknown color: approx British Racing Green. HEX triplet: 00, 43 and 1E. RGB value is (0,67,30). Sum of RGB (Red+Green+Blue) = 0+67+30=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #00431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00431E is #FFBCE1. Grayscale: #2A2A2A. Windows color (decimal): -16760034 or 1983232. OLE color: 1983232.

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

Color convert

RGB06730-
CMYK100.550.74
HSL146.87º100%13.14%-
HSV(B)146.87º100%26.27%-
XYZ2.244.111.9-
YUV42.75120.897.51-

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) = 69.07%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=0%
G=69.07%
B=30.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06730100.550.74146.8710013.14
Hex0431E640374A9364d
Octal01033614406711222314415
Binary01000011111101100100011011110010101001001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00431E; }

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

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

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

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

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

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

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

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