Html Css Color HEX #069428 Forest Green

📋 copy color: '#069428'

red 6 ◦ green 148 ◦ blue 40

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

Shades of Forest Green #069428

Tints of Forest Green #069428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 76.29%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 3.09%
G = 76.29%
B = 20.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#069428 (or 0x069428) is known color: Forest Green. HEX triplet: 06, 94 and 28. RGB value is (6,148,40). Sum of RGB (Red+Green+Blue) = 6+148+40=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 148 (58.20% from 255 or 76.29% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 148 - color contains mainly: green. Hex color #069428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069428 is #F96BD7. Grayscale: #5D5D5D. Windows color (decimal): -16346072 or 2659334. OLE color: 2659334.

HSL color Cylindrical-coordinate representation of color #069428: hue angle of 134.37º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069428 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 40 -
CMYK 0.96 0 0.73 0.42
HSL 134.37º 0.92% 0.3% -
HSV(B) 134.37º 0.96% 0.58% -
XYZ 11.05 21.37 5.55 -
YUV 93.23 97.96 65.78 -
System Red Green Blue C M Y K H S L
Decimal 6 148 40 0.96 0 0.73 0.42 134.37 0.92 0.3
Hex 6 94 28 60 0 49 2A 86 5C 1E
Octal 6 224 50 140 0 111 52 206 134 36
Binary 110 10010100 101000 1100000 0 1001001 101010 10000110 1011100 11110

Color Harmonies of #069428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069428

Black with #069428

Text Example


Text Example

White with #069428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069428; }

 p { color: rgb(6,148,40); }

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

background-color css

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

 a { background-color: rgb(6,148,40); }

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

border-color css

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

 span { border-color: rgb(6,148,40); }

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