Html Css Color HEX #0C7821 Forest Green

📋 copy color: '#0C7821'

red 12 ◦ green 120 ◦ blue 33

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

Shades of Forest Green #0C7821

Tints of Forest Green #0C7821

RGB

 RED value IS 12 (5.08% from 255) = 7.27%

 GREEN value IS 120 (47.27% from 255) = 72.73%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 7.27%
G = 72.73%
B = 20%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#0C7821 (or 0x0C7821) is known color: Forest Green. HEX triplet: 0C, 78 and 21. RGB value is (12,120,33). Sum of RGB (Red+Green+Blue) = 12+120+33=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 120 (47.27% from 255 or 72.73% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7821 is #F387DE. Grayscale: #4E4E4E. Windows color (decimal): -15960031 or 2193420. OLE color: 2193420.

HSL color Cylindrical-coordinate representation of color #0C7821: hue angle of 131.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7821 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 120 33 -
CMYK 0.90 0 0.72 0.53
HSL 131.67º 0.82% 0.26% -
HSV(B) 131.67º 0.9% 0.47% -
XYZ 7.14 13.62 3.69 -
YUV 77.79 102.72 81.07 -
System Red Green Blue C M Y K H S L
Decimal 12 120 33 0.90 0 0.72 0.53 131.67 0.82 0.26
Hex C 78 21 5A 0 48 35 84 52 1A
Octal 14 170 41 132 0 110 65 204 122 32
Binary 1100 1111000 100001 1011010 0 1001000 110101 10000100 1010010 11010

Color Harmonies of #0C7821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7821

Black with #0C7821

Text Example


Text Example

White with #0C7821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C7821; }

 p { color: rgb(12,120,33); }

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

background-color css

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

 a { background-color: rgb(12,120,33); }

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

border-color css

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

 span { border-color: rgb(12,120,33); }

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