Html Css Color HEX #3AAA1B Kelly Green

📋 copy color: '#3AAA1B'

red 58 ◦ green 170 ◦ blue 27

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

Shades of Kelly Green #3AAA1B

Tints of Kelly Green #3AAA1B

RGB

 RED value IS 58 (23.05% from 255) = 22.75%

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 22.75%
G = 66.67%
B = 10.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#3AAA1B (or 0x3AAA1B) is known color: Kelly Green. HEX triplet: 3A, AA and 1B. RGB value is (58,170,27). Sum of RGB (Red+Green+Blue) = 58+170+27=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA1B is #C555E4. Grayscale: #787878. Windows color (decimal): -12932581 or 1813050. OLE color: 1813050.

HSL color Cylindrical-coordinate representation of color #3AAA1B: hue angle of 106.99º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AAA1B is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 170 27 -
CMYK 0.66 0 0.84 0.33
HSL 106.99º 0.73% 0.39% -
HSV(B) 106.99º 0.84% 0.67% -
XYZ 16.32 29.73 5.91 -
YUV 120.21 75.39 83.63 -
System Red Green Blue C M Y K H S L
Decimal 58 170 27 0.66 0 0.84 0.33 106.99 0.73 0.39
Hex 3A AA 1B 42 0 54 21 6B 49 27
Octal 72 252 33 102 0 124 41 153 111 47
Binary 111010 10101010 11011 1000010 0 1010100 100001 1101011 1001001 100111

Color Harmonies of #3AAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA1B

Black with #3AAA1B

Text Example


Text Example

White with #3AAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AAA1B; }

 p { color: rgb(58,170,27); }

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

background-color css

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

 a { background-color: rgb(58,170,27); }

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

border-color css

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

 span { border-color: rgb(58,170,27); }

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