Html Css Color HEX #00422B British Racing Green

📋 copy color: '#00422B'

red 0 ◦ green 66 ◦ blue 43

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

Shades of British Racing Green #00422B

Tints of British Racing Green #00422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 39.45%

R = 0%
G = 60.55%
B = 39.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#00422B (or 0x00422B) is known color: British Racing Green. HEX triplet: 00, 42 and 2B. RGB value is (0,66,43). Sum of RGB (Red+Green+Blue) = 0+66+43=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #00422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00422B is #FFBDD4. Grayscale: #2B2B2B. Windows color (decimal): -16760277 or 2834944. OLE color: 2834944.

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

Color convert

RGB 0 66 43 -
CMYK 1 0 0.35 0.74
HSL 159.09º 1% 0.13% -
HSV(B) 159.09º 1% 0.26% -
XYZ 2.38 4.07 2.95 -
YUV 43.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 0 66 43 1 0 0.35 0.74 159.09 1 0.13
Hex 0 42 2B 64 0 23 4A 9F 64 D
Octal 0 102 53 144 0 43 112 237 144 15
Binary 0 1000010 101011 1100100 0 100011 1001010 10011111 1100100 1101

Color Harmonies of #00422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00422B

Black with #00422B

Text Example


Text Example

White with #00422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00422B; }

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

 H1.HeaderClassName
 {
   color: #00422B;
 }
 .AnyTagClassName
 {
   color: #00422B;
 }
</style>

background-color css

<style>
 a { background-color: #00422B; }

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

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

border-color css

<style>
 span { border-color: #00422B; }

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

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