#00431A

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

Shades of British Racing Green #00431A

Tints of British Racing Green #00431A

Color information

#00431A (or 0x00431A) is unknown color: approx British Racing Green. HEX triplet: 00, 43 and 1A. RGB value is (0,67,26). Sum of RGB (Red+Green+Blue) = 0+67+26=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 67 (26.56% from 255 or 72.04% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 67 - color contains mainly: green. Hex color #00431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00431A is #FFBCE5. Grayscale: #2A2A2A. Windows color (decimal): -16760038 or 1721088. OLE color: 1721088.

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

Color convert

RGB06726-
CMYK100.610.74
HSL143.28º100%13.14%-
HSV(B)143.28º100%26.27%-
XYZ2.194.091.65-
YUV42.29118.897.83-

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) = 72.04%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=0%
G=72.04%
B=27.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06726100.610.74143.2810013.14
Hex0431A6403D4A8f64d
Octal01033214407511221714415
Binary01000011110101100100011110110010101000111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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