Html Css Color HEX #034122 British Racing Green

📋 copy color: '#034122'

red 3 ◦ green 65 ◦ blue 34

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

Shades of British Racing Green #034122

Tints of British Racing Green #034122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 63.73%

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

R = 2.94%
G = 63.73%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#034122 (or 0x034122) is known color: British Racing Green. HEX triplet: 03, 41 and 22. RGB value is (3,65,34). Sum of RGB (Red+Green+Blue) = 3+65+34=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #034122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034122 is #FCBEDD. Grayscale: #2A2A2A. Windows color (decimal): -16563934 or 2244867. OLE color: 2244867.

HSL color Cylindrical-coordinate representation of color #034122: hue angle of 150º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034122 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 65 34 -
CMYK 0.95 0 0.48 0.75
HSL 150º 0.91% 0.13% -
HSV(B) 150º 0.95% 0.25% -
XYZ 2.22 3.92 2.15 -
YUV 42.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 3 65 34 0.95 0 0.48 0.75 150 0.91 0.13
Hex 3 41 22 5F 0 30 4B 96 5B D
Octal 3 101 42 137 0 60 113 226 133 15
Binary 11 1000001 100010 1011111 0 110000 1001011 10010110 1011011 1101

Color Harmonies of #034122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034122

Black with #034122

Text Example


Text Example

White with #034122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034122; }

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

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

background-color css

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

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

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

border-color css

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

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

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