Html Css Color HEX #00421F British Racing Green

📋 copy color: '#00421F'

red 0 ◦ green 66 ◦ blue 31

#00421F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #00421F

Tints of British Racing Green #00421F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 68.04%

 BLUE value IS 31 (12.5% from 255) = 31.96%

R = 0%
G = 68.04%
B = 31.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#00421F (or 0x00421F) is known color: British Racing Green. HEX triplet: 00, 42 and 1F. RGB value is (0,66,31). Sum of RGB (Red+Green+Blue) = 0+66+31=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #00421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00421F is #FFBDE0. Grayscale: #2A2A2A. Windows color (decimal): -16760289 or 2048512. OLE color: 2048512.

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

Color convert

RGB 0 66 31 -
CMYK 1 0 0.53 0.74
HSL 148.18º 1% 0.13% -
HSV(B) 148.18º 1% 0.26% -
XYZ 2.2 4 1.95 -
YUV 42.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 0 66 31 1 0 0.53 0.74 148.18 1 0.13
Hex 0 42 1F 64 0 35 4A 94 64 D
Octal 0 102 37 144 0 65 112 224 144 15
Binary 0 1000010 11111 1100100 0 110101 1001010 10010100 1100100 1101

Color Harmonies of #00421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00421F

Black with #00421F

Text Example


Text Example

White with #00421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00421F;
 }
 .AnyTagClassName
 {
   color: #00421F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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