#00431F

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

Shades of British Racing Green #00431F

Tints of British Racing Green #00431F

Color information

#00431F (or 0x00431F) is unknown color: approx British Racing Green. HEX triplet: 00, 43 and 1F. RGB value is (0,67,31). Sum of RGB (Red+Green+Blue) = 0+67+31=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #00431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00431F is #FFBCE0. Grayscale: #2A2A2A. Windows color (decimal): -16760033 or 2048768. OLE color: 2048768.

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

Color convert

RGB06731-
CMYK100.540.74
HSL147.76º100%13.14%-
HSV(B)147.76º100%26.27%-
XYZ2.254.111.97-
YUV42.86121.397.43-

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) = 68.37%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=0%
G=68.37%
B=31.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06731100.540.74147.7610013.14
Hex0431F640364A9464d
Octal01033714406611222414415
Binary01000011111111100100011011010010101001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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