Html Css Color HEX #2BAA0B Kelly Green

📋 copy color: '#2BAA0B'

red 43 ◦ green 170 ◦ blue 11

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

Shades of Kelly Green #2BAA0B

Tints of Kelly Green #2BAA0B

RGB

 RED value IS 43 (17.19% from 255) = 19.2%

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 19.2%
G = 75.89%
B = 4.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#2BAA0B (or 0x2BAA0B) is known color: Kelly Green. HEX triplet: 2B, AA and 0B. RGB value is (43,170,11). Sum of RGB (Red+Green+Blue) = 43+170+11=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAA0B is #D455F4. Grayscale: #727272. Windows color (decimal): -13915637 or 764459. OLE color: 764459.

HSL color Cylindrical-coordinate representation of color #2BAA0B: hue angle of 107.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BAA0B is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 170 11 -
CMYK 0.75 0 0.94 0.33
HSL 107.92º 0.88% 0.35% -
HSV(B) 107.92º 0.94% 0.67% -
XYZ 15.43 29.29 5.16 -
YUV 113.9 69.92 77.43 -
System Red Green Blue C M Y K H S L
Decimal 43 170 11 0.75 0 0.94 0.33 107.92 0.88 0.35
Hex 2B AA B 4B 0 5E 21 6C 58 23
Octal 53 252 13 113 0 136 41 154 130 43
Binary 101011 10101010 1011 1001011 0 1011110 100001 1101100 1011000 100011

Color Harmonies of #2BAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA0B

Black with #2BAA0B

Text Example


Text Example

White with #2BAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BAA0B; }

 p { color: rgb(43,170,11); }

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

background-color css

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

 a { background-color: rgb(43,170,11); }

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

border-color css

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

 span { border-color: rgb(43,170,11); }

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