Html Css Color HEX #092A24 Dark Green

📋 copy color: '#092A24'

red 9 ◦ green 42 ◦ blue 36

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

Shades of Dark Green #092A24

Tints of Dark Green #092A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 48.28%

 BLUE value IS 36 (14.45% from 255) = 41.38%

R = 10.34%
G = 48.28%
B = 41.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.84

RGB Variations

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

Color information

#092A24 (or 0x092A24) is known color: Dark Green. HEX triplet: 09, 2A and 24. RGB value is (9,42,36). Sum of RGB (Red+Green+Blue) = 9+42+36=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #092A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A24 is #F6D5DB. Grayscale: #1F1F1F. Windows color (decimal): -16176604 or 2370057. OLE color: 2370057.

HSL color Cylindrical-coordinate representation of color #092A24: hue angle of 169.09º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092A24 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 42 36 -
CMYK 0.79 0 0.14 0.84
HSL 169.09º 0.65% 0.1% -
HSV(B) 169.09º 0.79% 0.16% -
XYZ 1.26 1.84 1.96 -
YUV 31.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 9 42 36 0.79 0 0.14 0.84 169.09 0.65 0.1
Hex 9 2A 24 4F 0 E 54 A9 41 A
Octal 11 52 44 117 0 16 124 251 101 12
Binary 1001 101010 100100 1001111 0 1110 1010100 10101001 1000001 1010

Color Harmonies of #092A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A24

Black with #092A24

Text Example


Text Example

White with #092A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092A24; }

 p { color: rgb(9,42,36); }

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

background-color css

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

 a { background-color: rgb(9,42,36); }

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

border-color css

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

 span { border-color: rgb(9,42,36); }

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