Html Css Color HEX #094023 British Racing Green

📋 copy color: '#094023'

red 9 ◦ green 64 ◦ blue 35

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

Shades of British Racing Green #094023

Tints of British Racing Green #094023

RGB

 RED value IS 9 (3.91% from 255) = 8.33%

 GREEN value IS 64 (25.39% from 255) = 59.26%

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

R = 8.33%
G = 59.26%
B = 32.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#094023 (or 0x094023) is known color: British Racing Green. HEX triplet: 09, 40 and 23. RGB value is (9,64,35). Sum of RGB (Red+Green+Blue) = 9+64+35=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #094023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094023 is #F6BFDC. Grayscale: #2C2C2C. Windows color (decimal): -16170973 or 2310153. OLE color: 2310153.

HSL color Cylindrical-coordinate representation of color #094023: hue angle of 148.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094023 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 35 -
CMYK 0.86 0 0.45 0.75
HSL 148.36º 0.75% 0.14% -
HSV(B) 148.36º 0.86% 0.25% -
XYZ 2.25 3.85 2.21 -
YUV 44.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 9 64 35 0.86 0 0.45 0.75 148.36 0.75 0.14
Hex 9 40 23 56 0 2D 4B 94 4B E
Octal 11 100 43 126 0 55 113 224 113 16
Binary 1001 1000000 100011 1010110 0 101101 1001011 10010100 1001011 1110

Color Harmonies of #094023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094023

Black with #094023

Text Example


Text Example

White with #094023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094023; }

 p { color: rgb(9,64,35); }

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

background-color css

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

 a { background-color: rgb(9,64,35); }

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

border-color css

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

 span { border-color: rgb(9,64,35); }

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