Html Css Color HEX #028B0C Green

📋 copy color: '#028B0C'

red 2 ◦ green 139 ◦ blue 12

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

Shades of Green #028B0C

Tints of Green #028B0C

RGB

 RED value IS 2 (1.17% from 255) = 1.31%

 GREEN value IS 139 (54.69% from 255) = 90.85%

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 1.31%
G = 90.85%
B = 7.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#028B0C (or 0x028B0C) is known color: Green. HEX triplet: 02, 8B and 0C. RGB value is (2,139,12). Sum of RGB (Red+Green+Blue) = 2+139+12=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 139 (54.69% from 255 or 90.85% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 139 - color contains mainly: green. Hex color #028B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028B0C is #FD74F3. Grayscale: #535353. Windows color (decimal): -16610548 or 822018. OLE color: 822018.

HSL color Cylindrical-coordinate representation of color #028B0C: hue angle of 124.38º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B0C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 139 12 -
CMYK 0.99 0 0.91 0.45
HSL 124.38º 0.97% 0.28% -
HSV(B) 124.38º 0.99% 0.55% -
XYZ 9.32 18.5 3.43 -
YUV 83.56 87.61 69.83 -
System Red Green Blue C M Y K H S L
Decimal 2 139 12 0.99 0 0.91 0.45 124.38 0.97 0.28
Hex 2 8B C 63 0 5B 2D 7C 61 1C
Octal 2 213 14 143 0 133 55 174 141 34
Binary 10 10001011 1100 1100011 0 1011011 101101 1111100 1100001 11100

Color Harmonies of #028B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B0C

Black with #028B0C

Text Example


Text Example

White with #028B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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