Html Css Color HEX #045023 British Racing Green

📋 copy color: '#045023'

red 4 ◦ green 80 ◦ blue 35

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

Shades of British Racing Green #045023

Tints of British Racing Green #045023

RGB

 RED value IS 4 (1.95% from 255) = 3.36%

 GREEN value IS 80 (31.64% from 255) = 67.23%

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

R = 3.36%
G = 67.23%
B = 29.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#045023 (or 0x045023) is known color: British Racing Green. HEX triplet: 04, 50 and 23. RGB value is (4,80,35). Sum of RGB (Red+Green+Blue) = 4+80+35=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #045023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045023 is #FBAFDC. Grayscale: #343434. Windows color (decimal): -16494557 or 2314244. OLE color: 2314244.

HSL color Cylindrical-coordinate representation of color #045023: hue angle of 144.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045023 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 35 -
CMYK 0.95 0 0.56 0.69
HSL 144.47º 0.9% 0.16% -
HSV(B) 144.47º 0.95% 0.31% -
XYZ 3.22 5.88 2.56 -
YUV 52.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 4 80 35 0.95 0 0.56 0.69 144.47 0.9 0.16
Hex 4 50 23 5F 0 38 45 90 5A 10
Octal 4 120 43 137 0 70 105 220 132 20
Binary 100 1010000 100011 1011111 0 111000 1000101 10010000 1011010 10000

Color Harmonies of #045023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045023

Black with #045023

Text Example


Text Example

White with #045023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045023; }

 p { color: rgb(4,80,35); }

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

background-color css

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

 a { background-color: rgb(4,80,35); }

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

border-color css

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

 span { border-color: rgb(4,80,35); }

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