Html Css Color HEX #2BAF0F Kelly Green

📋 copy color: '#2BAF0F'

red 43 ◦ green 175 ◦ blue 15

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

Shades of Kelly Green #2BAF0F

Tints of Kelly Green #2BAF0F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 75.11%

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

R = 18.45%
G = 75.11%
B = 6.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#2BAF0F (or 0x2BAF0F) is known color: Kelly Green. HEX triplet: 2B, AF and 0F. RGB value is (43,175,15). Sum of RGB (Red+Green+Blue) = 43+175+15=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF0F is #D450F0. Grayscale: #757575. Windows color (decimal): -13914353 or 1027883. OLE color: 1027883.

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

Color convert

RGB 43 175 15 -
CMYK 0.75 0 0.91 0.31
HSL 109.5º 0.84% 0.37% -
HSV(B) 109.5º 0.91% 0.69% -
XYZ 16.41 31.21 5.61 -
YUV 117.29 70.27 75.01 -
System Red Green Blue C M Y K H S L
Decimal 43 175 15 0.75 0 0.91 0.31 109.5 0.84 0.37
Hex 2B AF F 4B 0 5B 1F 6E 54 25
Octal 53 257 17 113 0 133 37 156 124 45
Binary 101011 10101111 1111 1001011 0 1011011 11111 1101110 1010100 100101

Color Harmonies of #2BAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF0F

Black with #2BAF0F

Text Example


Text Example

White with #2BAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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