Html Css Color HEX #13BB1F Dark Pastel Green

📋 copy color: '#13BB1F'

red 19 ◦ green 187 ◦ blue 31

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

Shades of Dark Pastel Green #13BB1F

Tints of Dark Pastel Green #13BB1F

RGB

 RED value IS 19 (7.81% from 255) = 8.02%

 GREEN value IS 187 (73.44% from 255) = 78.9%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 8.02%
G = 78.9%
B = 13.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#13BB1F (or 0x13BB1F) is known color: Dark Pastel Green. HEX triplet: 13, BB and 1F. RGB value is (19,187,31). Sum of RGB (Red+Green+Blue) = 19+187+31=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BB1F is #EC44E0. Grayscale: #777777. Windows color (decimal): -15484129 or 2079507. OLE color: 2079507.

HSL color Cylindrical-coordinate representation of color #13BB1F: hue angle of 124.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BB1F is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 187 31 -
CMYK 0.90 0 0.83 0.27
HSL 124.29º 0.82% 0.4% -
HSV(B) 124.29º 0.9% 0.73% -
XYZ 18.29 35.78 7.24 -
YUV 118.98 78.34 56.68 -
System Red Green Blue C M Y K H S L
Decimal 19 187 31 0.90 0 0.83 0.27 124.29 0.82 0.4
Hex 13 BB 1F 5A 0 53 1B 7C 52 28
Octal 23 273 37 132 0 123 33 174 122 50
Binary 10011 10111011 11111 1011010 0 1010011 11011 1111100 1010010 101000

Color Harmonies of #13BB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BB1F

Black with #13BB1F

Text Example


Text Example

White with #13BB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BB1F; }

 p { color: rgb(19,187,31); }

 H1.HeaderClassName
 {
   color: #13BB1F;
 }
 .AnyTagClassName
 {
   color: #13BB1F;
 }
</style>

background-color css

<style>
 a { background-color: #13BB1F; }

 a { background-color: rgb(19,187,31); }

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

border-color css

<style>
 span { border-color: #13BB1F; }

 span { border-color: rgb(19,187,31); }

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