Html Css Color HEX #2BAB0F Kelly Green

📋 copy color: '#2BAB0F'

red 43 ◦ green 171 ◦ blue 15

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

Shades of Kelly Green #2BAB0F

Tints of Kelly Green #2BAB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 74.67%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 18.78%
G = 74.67%
B = 6.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#2BAB0F (or 0x2BAB0F) is known color: Kelly Green. HEX triplet: 2B, AB and 0F. RGB value is (43,171,15). Sum of RGB (Red+Green+Blue) = 43+171+15=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAB0F is #D454F0. Grayscale: #737373. Windows color (decimal): -13915377 or 1026859. OLE color: 1026859.

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

Color convert

RGB 43 171 15 -
CMYK 0.75 0 0.91 0.33
HSL 109.23º 0.84% 0.36% -
HSV(B) 109.23º 0.91% 0.67% -
XYZ 15.65 29.67 5.35 -
YUV 114.94 71.59 76.68 -
System Red Green Blue C M Y K H S L
Decimal 43 171 15 0.75 0 0.91 0.33 109.23 0.84 0.36
Hex 2B AB F 4B 0 5B 21 6D 54 24
Octal 53 253 17 113 0 133 41 155 124 44
Binary 101011 10101011 1111 1001011 0 1011011 100001 1101101 1010100 100100

Color Harmonies of #2BAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAB0F

Black with #2BAB0F

Text Example


Text Example

White with #2BAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,171,15); }

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

background-color css

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

 a { background-color: rgb(43,171,15); }

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

border-color css

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

 span { border-color: rgb(43,171,15); }

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