Html Css Color HEX #034222 British Racing Green

📋 copy color: '#034222'

red 3 ◦ green 66 ◦ blue 34

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

Shades of British Racing Green #034222

Tints of British Racing Green #034222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 33.01%

R = 2.91%
G = 64.08%
B = 33.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#034222 (or 0x034222) is known color: British Racing Green. HEX triplet: 03, 42 and 22. RGB value is (3,66,34). Sum of RGB (Red+Green+Blue) = 3+66+34=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #034222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034222 is #FCBDDD. Grayscale: #2B2B2B. Windows color (decimal): -16563678 or 2245123. OLE color: 2245123.

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

Color convert

RGB 3 66 34 -
CMYK 0.95 0 0.48 0.74
HSL 149.52º 0.91% 0.14% -
HSV(B) 149.52º 0.95% 0.26% -
XYZ 2.27 4.03 2.17 -
YUV 43.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 3 66 34 0.95 0 0.48 0.74 149.52 0.91 0.14
Hex 3 42 22 5F 0 30 4A 96 5B E
Octal 3 102 42 137 0 60 112 226 133 16
Binary 11 1000010 100010 1011111 0 110000 1001010 10010110 1011011 1110

Color Harmonies of #034222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034222

Black with #034222

Text Example


Text Example

White with #034222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034222; }

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

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

background-color css

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

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

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

border-color css

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

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

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