Html Css Color HEX #03422B British Racing Green

📋 copy color: '#03422B'

red 3 ◦ green 66 ◦ blue 43

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

Shades of British Racing Green #03422B

Tints of British Racing Green #03422B

RGB

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

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

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

R = 2.68%
G = 58.93%
B = 38.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#03422B (or 0x03422B) is known color: British Racing Green. HEX triplet: 03, 42 and 2B. RGB value is (3,66,43). Sum of RGB (Red+Green+Blue) = 3+66+43=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #03422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03422B is #FCBDD4. Grayscale: #2C2C2C. Windows color (decimal): -16563669 or 2834947. OLE color: 2834947.

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

Color convert

RGB 3 66 43 -
CMYK 0.95 0 0.35 0.74
HSL 158.1º 0.91% 0.14% -
HSV(B) 158.1º 0.95% 0.26% -
XYZ 2.42 4.09 2.95 -
YUV 44.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 3 66 43 0.95 0 0.35 0.74 158.1 0.91 0.14
Hex 3 42 2B 5F 0 23 4A 9E 5B E
Octal 3 102 53 137 0 43 112 236 133 16
Binary 11 1000010 101011 1011111 0 100011 1001010 10011110 1011011 1110

Color Harmonies of #03422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03422B

Black with #03422B

Text Example


Text Example

White with #03422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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