Html Css Color HEX #034228 British Racing Green

📋 copy color: '#034228'

red 3 ◦ green 66 ◦ blue 40

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

Shades of British Racing Green #034228

Tints of British Racing Green #034228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.7%

R = 2.75%
G = 60.55%
B = 36.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#034228 (or 0x034228) is known color: British Racing Green. HEX triplet: 03, 42 and 28. RGB value is (3,66,40). Sum of RGB (Red+Green+Blue) = 3+66+40=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #034228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034228 is #FCBDD7. Grayscale: #2C2C2C. Windows color (decimal): -16563672 or 2638339. OLE color: 2638339.

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

Color convert

RGB 3 66 40 -
CMYK 0.95 0 0.39 0.74
HSL 155.24º 0.91% 0.14% -
HSV(B) 155.24º 0.95% 0.26% -
XYZ 2.37 4.07 2.67 -
YUV 44.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 3 66 40 0.95 0 0.39 0.74 155.24 0.91 0.14
Hex 3 42 28 5F 0 27 4A 9B 5B E
Octal 3 102 50 137 0 47 112 233 133 16
Binary 11 1000010 101000 1011111 0 100111 1001010 10011011 1011011 1110

Color Harmonies of #034228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034228

Black with #034228

Text Example


Text Example

White with #034228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034228; }

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

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

background-color css

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

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

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

border-color css

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

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

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