Html Css Color HEX #034432 British Racing Green

📋 copy color: '#034432'

red 3 ◦ green 68 ◦ blue 50

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

Shades of British Racing Green #034432

Tints of British Racing Green #034432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 2.48%
G = 56.2%
B = 41.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#034432 (or 0x034432) is known color: British Racing Green. HEX triplet: 03, 44 and 32. RGB value is (3,68,50). Sum of RGB (Red+Green+Blue) = 3+68+50=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #034432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034432 is #FCBBCD. Grayscale: #2E2E2E. Windows color (decimal): -16563150 or 3294211. OLE color: 3294211.

HSL color Cylindrical-coordinate representation of color #034432: hue angle of 163.38º 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 #034432 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 68 50 -
CMYK 0.96 0 0.26 0.73
HSL 163.38º 0.92% 0.14% -
HSV(B) 163.38º 0.96% 0.27% -
XYZ 2.68 4.38 3.72 -
YUV 46.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 3 68 50 0.96 0 0.26 0.73 163.38 0.92 0.14
Hex 3 44 32 60 0 1A 49 A3 5C E
Octal 3 104 62 140 0 32 111 243 134 16
Binary 11 1000100 110010 1100000 0 11010 1001001 10100011 1011100 1110

Color Harmonies of #034432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034432

Black with #034432

Text Example


Text Example

White with #034432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034432; }

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

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

background-color css

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

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

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

border-color css

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

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

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