Html Css Color HEX #2BAD13 Kelly Green

📋 copy color: '#2BAD13'

red 43 ◦ green 173 ◦ blue 19

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

Shades of Kelly Green #2BAD13

Tints of Kelly Green #2BAD13

RGB

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

 GREEN value IS 173 (67.97% from 255) = 73.62%

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 18.3%
G = 73.62%
B = 8.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#2BAD13 (or 0x2BAD13) is known color: Kelly Green. HEX triplet: 2B, AD and 13. RGB value is (43,173,19). Sum of RGB (Red+Green+Blue) = 43+173+19=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAD13 is #D452EC. Grayscale: #757575. Windows color (decimal): -13914861 or 1289515. OLE color: 1289515.

HSL color Cylindrical-coordinate representation of color #2BAD13: hue angle of 110.65º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BAD13 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 173 19 -
CMYK 0.75 0 0.89 0.32
HSL 110.65º 0.8% 0.38% -
HSV(B) 110.65º 0.89% 0.68% -
XYZ 16.06 30.45 5.65 -
YUV 116.57 72.93 75.52 -
System Red Green Blue C M Y K H S L
Decimal 43 173 19 0.75 0 0.89 0.32 110.65 0.8 0.38
Hex 2B AD 13 4B 0 59 20 6F 50 26
Octal 53 255 23 113 0 131 40 157 120 46
Binary 101011 10101101 10011 1001011 0 1011001 100000 1101111 1010000 100110

Color Harmonies of #2BAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD13

Black with #2BAD13

Text Example


Text Example

White with #2BAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,173,19); }

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

background-color css

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

 a { background-color: rgb(43,173,19); }

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

border-color css

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

 span { border-color: rgb(43,173,19); }

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