Html Css Color HEX #03422A British Racing Green

📋 copy color: '#03422A'

red 3 ◦ green 66 ◦ blue 42

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

Shades of British Racing Green #03422A

Tints of British Racing Green #03422A

RGB

 RED value IS 3 (1.56% from 255) = 2.7%

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

 BLUE value IS 42 (16.8% from 255) = 37.84%

R = 2.7%
G = 59.46%
B = 37.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#03422A (or 0x03422A) is known color: British Racing Green. HEX triplet: 03, 42 and 2A. RGB value is (3,66,42). Sum of RGB (Red+Green+Blue) = 3+66+42=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #03422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03422A is #FCBDD5. Grayscale: #2C2C2C. Windows color (decimal): -16563670 or 2769411. OLE color: 2769411.

HSL color Cylindrical-coordinate representation of color #03422A: hue angle of 157.14º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03422A is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 42 -
CMYK 0.95 0 0.36 0.74
HSL 157.14º 0.91% 0.14% -
HSV(B) 157.14º 0.95% 0.26% -
XYZ 2.4 4.08 2.85 -
YUV 44.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 3 66 42 0.95 0 0.36 0.74 157.14 0.91 0.14
Hex 3 42 2A 5F 0 24 4A 9D 5B E
Octal 3 102 52 137 0 44 112 235 133 16
Binary 11 1000010 101010 1011111 0 100100 1001010 10011101 1011011 1110

Color Harmonies of #03422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03422A

Black with #03422A

Text Example


Text Example

White with #03422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,66,42); }

 H1.HeaderClassName
 {
   color: #03422A;
 }
 .AnyTagClassName
 {
   color: #03422A;
 }
</style>

background-color css

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

 a { background-color: rgb(3,66,42); }

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

border-color css

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

 span { border-color: rgb(3,66,42); }

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