Html Css Color HEX #19BF4B Dark Pastel Green

📋 copy color: '#19BF4B'

red 25 ◦ green 191 ◦ blue 75

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

Shades of Dark Pastel Green #19BF4B

Tints of Dark Pastel Green #19BF4B

RGB

 RED value IS 25 (10.16% from 255) = 8.59%

 GREEN value IS 191 (75% from 255) = 65.64%

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 8.59%
G = 65.64%
B = 25.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#19BF4B (or 0x19BF4B) is known color: Dark Pastel Green. HEX triplet: 19, BF and 4B. RGB value is (25,191,75). Sum of RGB (Red+Green+Blue) = 25+191+75=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF4B is #E640B4. Grayscale: #808080. Windows color (decimal): -15089845 or 4964121. OLE color: 4964121.

HSL color Cylindrical-coordinate representation of color #19BF4B: hue angle of 138.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BF4B is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 191 75 -
CMYK 0.87 0 0.61 0.25
HSL 138.07º 0.77% 0.42% -
HSV(B) 138.07º 0.87% 0.75% -
XYZ 20.3 37.98 12.92 -
YUV 128.14 98 54.43 -
System Red Green Blue C M Y K H S L
Decimal 25 191 75 0.87 0 0.61 0.25 138.07 0.77 0.42
Hex 19 BF 4B 57 0 3D 19 8A 4D 2A
Octal 31 277 113 127 0 75 31 212 115 52
Binary 11001 10111111 1001011 1010111 0 111101 11001 10001010 1001101 101010

Color Harmonies of #19BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BF4B

Black with #19BF4B

Text Example


Text Example

White with #19BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19BF4B; }

 p { color: rgb(25,191,75); }

 H1.HeaderClassName
 {
   color: #19BF4B;
 }
 .AnyTagClassName
 {
   color: #19BF4B;
 }
</style>

background-color css

<style>
 a { background-color: #19BF4B; }

 a { background-color: rgb(25,191,75); }

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

border-color css

<style>
 span { border-color: #19BF4B; }

 span { border-color: rgb(25,191,75); }

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