Html Css Color HEX #034424 British Racing Green

📋 copy color: '#034424'

red 3 ◦ green 68 ◦ blue 36

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

Shades of British Racing Green #034424

Tints of British Racing Green #034424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 63.55%

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

R = 2.8%
G = 63.55%
B = 33.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#034424 (or 0x034424) is known color: British Racing Green. HEX triplet: 03, 44 and 24. RGB value is (3,68,36). Sum of RGB (Red+Green+Blue) = 3+68+36=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #034424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034424 is #FCBBDB. Grayscale: #2C2C2C. Windows color (decimal): -16563164 or 2376707. OLE color: 2376707.

HSL color Cylindrical-coordinate representation of color #034424: hue angle of 150.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034424 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 68 36 -
CMYK 0.96 0 0.47 0.73
HSL 150.46º 0.92% 0.14% -
HSV(B) 150.46º 0.96% 0.27% -
XYZ 2.42 4.28 2.37 -
YUV 44.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 3 68 36 0.96 0 0.47 0.73 150.46 0.92 0.14
Hex 3 44 24 60 0 2F 49 96 5C E
Octal 3 104 44 140 0 57 111 226 134 16
Binary 11 1000100 100100 1100000 0 101111 1001001 10010110 1011100 1110

Color Harmonies of #034424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034424

Black with #034424

Text Example


Text Example

White with #034424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034424; }

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

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

background-color css

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

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

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

border-color css

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

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

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