Html Css Color HEX #034118 British Racing Green

📋 copy color: '#034118'

red 3 ◦ green 65 ◦ blue 24

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

Shades of British Racing Green #034118

Tints of British Racing Green #034118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 70.65%

 BLUE value IS 24 (9.77% from 255) = 26.09%

R = 3.26%
G = 70.65%
B = 26.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#034118 (or 0x034118) is known color: British Racing Green. HEX triplet: 03, 41 and 18. RGB value is (3,65,24). Sum of RGB (Red+Green+Blue) = 3+65+24=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #034118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034118 is #FCBEE7. Grayscale: #292929. Windows color (decimal): -16563944 or 1589507. OLE color: 1589507.

HSL color Cylindrical-coordinate representation of color #034118: hue angle of 140.32º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034118 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 65 24 -
CMYK 0.95 0 0.63 0.75
HSL 140.32º 0.91% 0.13% -
HSV(B) 140.32º 0.95% 0.25% -
XYZ 2.09 3.87 1.5 -
YUV 41.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 3 65 24 0.95 0 0.63 0.75 140.32 0.91 0.13
Hex 3 41 18 5F 0 3F 4B 8C 5B D
Octal 3 101 30 137 0 77 113 214 133 15
Binary 11 1000001 11000 1011111 0 111111 1001011 10001100 1011011 1101

Color Harmonies of #034118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034118

Black with #034118

Text Example


Text Example

White with #034118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034118; }

 p { color: rgb(3,65,24); }

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

background-color css

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

 a { background-color: rgb(3,65,24); }

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

border-color css

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

 span { border-color: rgb(3,65,24); }

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