Html Css Color HEX #092F2A Dark Green

📋 copy color: '#092F2A'

red 9 ◦ green 47 ◦ blue 42

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

Shades of Dark Green #092F2A

Tints of Dark Green #092F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 47.96%

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 9.18%
G = 47.96%
B = 42.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#092F2A (or 0x092F2A) is known color: Dark Green. HEX triplet: 09, 2F and 2A. RGB value is (9,47,42). Sum of RGB (Red+Green+Blue) = 9+47+42=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #092F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F2A is #F6D0D5. Grayscale: #232323. Windows color (decimal): -16175318 or 2764553. OLE color: 2764553.

HSL color Cylindrical-coordinate representation of color #092F2A: hue angle of 172.11º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F2A is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 47 42 -
CMYK 0.81 0 0.11 0.82
HSL 172.11º 0.68% 0.11% -
HSV(B) 172.11º 0.81% 0.18% -
XYZ 1.55 2.26 2.54 -
YUV 35.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 9 47 42 0.81 0 0.11 0.82 172.11 0.68 0.11
Hex 9 2F 2A 51 0 B 52 AC 44 B
Octal 11 57 52 121 0 13 122 254 104 13
Binary 1001 101111 101010 1010001 0 1011 1010010 10101100 1000100 1011

Color Harmonies of #092F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F2A

Black with #092F2A

Text Example


Text Example

White with #092F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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