Html Css Color HEX #03422E British Racing Green

📋 copy color: '#03422E'

red 3 ◦ green 66 ◦ blue 46

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

Shades of British Racing Green #03422E

Tints of British Racing Green #03422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40%

R = 2.61%
G = 57.39%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#03422E (or 0x03422E) is known color: British Racing Green. HEX triplet: 03, 42 and 2E. RGB value is (3,66,46). Sum of RGB (Red+Green+Blue) = 3+66+46=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #03422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03422E is #FCBDD1. Grayscale: #2C2C2C. Windows color (decimal): -16563666 or 3031555. OLE color: 3031555.

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

Color convert

RGB 3 66 46 -
CMYK 0.95 0 0.30 0.74
HSL 160.95º 0.91% 0.14% -
HSV(B) 160.95º 0.95% 0.26% -
XYZ 2.48 4.11 3.25 -
YUV 44.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 3 66 46 0.95 0 0.30 0.74 160.95 0.91 0.14
Hex 3 42 2E 5F 0 1E 4A A1 5B E
Octal 3 102 56 137 0 36 112 241 133 16
Binary 11 1000010 101110 1011111 0 11110 1001010 10100001 1011011 1110

Color Harmonies of #03422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03422E

Black with #03422E

Text Example


Text Example

White with #03422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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