Html Css Color HEX #034428 British Racing Green

📋 copy color: '#034428'

red 3 ◦ green 68 ◦ blue 40

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

Shades of British Racing Green #034428

Tints of British Racing Green #034428

RGB

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

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

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

R = 2.7%
G = 61.26%
B = 36.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#034428 (or 0x034428) is known color: British Racing Green. HEX triplet: 03, 44 and 28. RGB value is (3,68,40). Sum of RGB (Red+Green+Blue) = 3+68+40=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #034428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034428 is #FCBBD7. Grayscale: #2D2D2D. Windows color (decimal): -16563160 or 2638851. OLE color: 2638851.

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

Color convert

RGB 3 68 40 -
CMYK 0.96 0 0.41 0.73
HSL 154.15º 0.92% 0.14% -
HSV(B) 154.15º 0.96% 0.27% -
XYZ 2.49 4.31 2.71 -
YUV 45.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 3 68 40 0.96 0 0.41 0.73 154.15 0.92 0.14
Hex 3 44 28 60 0 29 49 9A 5C E
Octal 3 104 50 140 0 51 111 232 134 16
Binary 11 1000100 101000 1100000 0 101001 1001001 10011010 1011100 1110

Color Harmonies of #034428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034428

Black with #034428

Text Example


Text Example

White with #034428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034428; }

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

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

background-color css

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

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

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

border-color css

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

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

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