Html Css Color HEX #42AA2E Kelly Green

📋 copy color: '#42AA2E'

red 66 ◦ green 170 ◦ blue 46

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

Shades of Kelly Green #42AA2E

Tints of Kelly Green #42AA2E

RGB

 RED value IS 66 (26.17% from 255) = 23.4%

 GREEN value IS 170 (66.8% from 255) = 60.28%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 23.4%
G = 60.28%
B = 16.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#42AA2E (or 0x42AA2E) is known color: Kelly Green. HEX triplet: 42, AA and 2E. RGB value is (66,170,46). Sum of RGB (Red+Green+Blue) = 66+170+46=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AA2E is #BD55D1. Grayscale: #7D7D7D. Windows color (decimal): -12408274 or 3058242. OLE color: 3058242.

HSL color Cylindrical-coordinate representation of color #42AA2E: hue angle of 110.32º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AA2E is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 170 46 -
CMYK 0.61 0 0.73 0.33
HSL 110.32º 0.57% 0.42% -
HSV(B) 110.32º 0.73% 0.67% -
XYZ 17.11 30.1 7.49 -
YUV 124.77 83.54 86.08 -
System Red Green Blue C M Y K H S L
Decimal 66 170 46 0.61 0 0.73 0.33 110.32 0.57 0.42
Hex 42 AA 2E 3D 0 49 21 6E 39 2A
Octal 102 252 56 75 0 111 41 156 71 52
Binary 1000010 10101010 101110 111101 0 1001001 100001 1101110 111001 101010

Color Harmonies of #42AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA2E

Black with #42AA2E

Text Example


Text Example

White with #42AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AA2E; }

 p { color: rgb(66,170,46); }

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

background-color css

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

 a { background-color: rgb(66,170,46); }

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

border-color css

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

 span { border-color: rgb(66,170,46); }

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