Html Css Color HEX #068C2A Forest Green

📋 copy color: '#068C2A'

red 6 ◦ green 140 ◦ blue 42

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

Shades of Forest Green #068C2A

Tints of Forest Green #068C2A

RGB

 RED value IS 6 (2.73% from 255) = 3.19%

 GREEN value IS 140 (55.08% from 255) = 74.47%

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

R = 3.19%
G = 74.47%
B = 22.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#068C2A (or 0x068C2A) is known color: Forest Green. HEX triplet: 06, 8C and 2A. RGB value is (6,140,42). Sum of RGB (Red+Green+Blue) = 6+140+42=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 140 (55.08% from 255 or 74.47% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 140 - color contains mainly: green. Hex color #068C2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C2A is #F973D5. Grayscale: #595959. Windows color (decimal): -16348118 or 2788358. OLE color: 2788358.

HSL color Cylindrical-coordinate representation of color #068C2A: hue angle of 136.12º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C2A is Cyan = 0.96, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 140 42 -
CMYK 0.96 0 0.7 0.45
HSL 136.12º 0.92% 0.29% -
HSV(B) 136.12º 0.96% 0.55% -
XYZ 9.87 18.96 5.33 -
YUV 88.76 101.61 68.97 -
System Red Green Blue C M Y K H S L
Decimal 6 140 42 0.96 0 0.7 0.45 136.12 0.92 0.29
Hex 6 8C 2A 60 0 46 2D 88 5C 1D
Octal 6 214 52 140 0 106 55 210 134 35
Binary 110 10001100 101010 1100000 0 1000110 101101 10001000 1011100 11101

Color Harmonies of #068C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C2A

Black with #068C2A

Text Example


Text Example

White with #068C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068C2A; }

 p { color: rgb(6,140,42); }

 H1.HeaderClassName
 {
   color: #068C2A;
 }
 .AnyTagClassName
 {
   color: #068C2A;
 }
</style>

background-color css

<style>
 a { background-color: #068C2A; }

 a { background-color: rgb(6,140,42); }

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

border-color css

<style>
 span { border-color: #068C2A; }

 span { border-color: rgb(6,140,42); }

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