Html Css Color HEX #034224 British Racing Green

📋 copy color: '#034224'

red 3 ◦ green 66 ◦ blue 36

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

Shades of British Racing Green #034224

Tints of British Racing Green #034224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 34.29%

R = 2.86%
G = 62.86%
B = 34.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#034224 (or 0x034224) is known color: British Racing Green. HEX triplet: 03, 42 and 24. RGB value is (3,66,36). Sum of RGB (Red+Green+Blue) = 3+66+36=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #034224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034224 is #FCBDDB. Grayscale: #2B2B2B. Windows color (decimal): -16563676 or 2376195. OLE color: 2376195.

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

Color convert

RGB 3 66 36 -
CMYK 0.95 0 0.45 0.74
HSL 151.43º 0.91% 0.14% -
HSV(B) 151.43º 0.95% 0.26% -
XYZ 2.3 4.04 2.33 -
YUV 43.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 3 66 36 0.95 0 0.45 0.74 151.43 0.91 0.14
Hex 3 42 24 5F 0 2D 4A 97 5B E
Octal 3 102 44 137 0 55 112 227 133 16
Binary 11 1000010 100100 1011111 0 101101 1001010 10010111 1011011 1110

Color Harmonies of #034224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034224

Black with #034224

Text Example


Text Example

White with #034224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034224; }

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

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

background-color css

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

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

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

border-color css

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

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

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