Html Css Color HEX #034A23 British Racing Green

📋 copy color: '#034A23'

red 3 ◦ green 74 ◦ blue 35

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

Shades of British Racing Green #034A23

Tints of British Racing Green #034A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 66.07%

 BLUE value IS 35 (14.06% from 255) = 31.25%

R = 2.68%
G = 66.07%
B = 31.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#034A23 (or 0x034A23) is known color: British Racing Green. HEX triplet: 03, 4A and 23. RGB value is (3,74,35). Sum of RGB (Red+Green+Blue) = 3+74+35=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 74 (29.30% from 255 or 66.07% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 74 - color contains mainly: green. Hex color #034A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A23 is #FCB5DC. Grayscale: #303030. Windows color (decimal): -16561629 or 2312707. OLE color: 2312707.

HSL color Cylindrical-coordinate representation of color #034A23: hue angle of 147.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A23 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 74 35 -
CMYK 0.96 0 0.53 0.71
HSL 147.04º 0.92% 0.15% -
HSV(B) 147.04º 0.96% 0.29% -
XYZ 2.79 5.04 2.42 -
YUV 48.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 3 74 35 0.96 0 0.53 0.71 147.04 0.92 0.15
Hex 3 4A 23 60 0 35 47 93 5C F
Octal 3 112 43 140 0 65 107 223 134 17
Binary 11 1001010 100011 1100000 0 110101 1000111 10010011 1011100 1111

Color Harmonies of #034A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A23

Black with #034A23

Text Example


Text Example

White with #034A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034A23; }

 p { color: rgb(3,74,35); }

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

background-color css

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

 a { background-color: rgb(3,74,35); }

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

border-color css

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

 span { border-color: rgb(3,74,35); }

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