Html Css Color HEX #090C02 Pine Tree

📋 copy color: '#090C02'

red 9 ◦ green 12 ◦ blue 2

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

Shades of Pine Tree #090C02

Tints of Pine Tree #090C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 52.17%

 BLUE value IS 2 (1.17% from 255) = 8.7%

R = 39.13%
G = 52.17%
B = 8.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.95

RGB Variations

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

Color information

#090C02 (or 0x090C02) is known color: Pine Tree. HEX triplet: 09, 0C and 02. RGB value is (9,12,2). Sum of RGB (Red+Green+Blue) = 9+12+2=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #090C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C02 is #F6F3FD. Grayscale: #0A0A0A. Windows color (decimal): -16184318 or 134153. OLE color: 134153.

HSL color Cylindrical-coordinate representation of color #090C02: hue angle of 78º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #090C02 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 12 2 -
CMYK 0.25 0 0.83 0.95
HSL 78º 0.71% 0.03% -
HSV(B) 78º 0.83% 0.05% -
XYZ 0.26 0.33 0.11 -
YUV 9.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 9 12 2 0.25 0 0.83 0.95 78 0.71 0.03
Hex 9 C 2 19 0 53 5F 4E 47 3
Octal 11 14 2 31 0 123 137 116 107 3
Binary 1001 1100 10 11001 0 1010011 1011111 1001110 1000111 11

Color Harmonies of #090C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C02

Black with #090C02

Text Example


Text Example

White with #090C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090C02; }

 p { color: rgb(9,12,2); }

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

background-color css

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

 a { background-color: rgb(9,12,2); }

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

border-color css

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

 span { border-color: rgb(9,12,2); }

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