Html Css Color HEX #1CBA3F Dark Pastel Green

📋 copy color: '#1CBA3F'

red 28 ◦ green 186 ◦ blue 63

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

Shades of Dark Pastel Green #1CBA3F

Tints of Dark Pastel Green #1CBA3F

RGB

 RED value IS 28 (11.33% from 255) = 10.11%

 GREEN value IS 186 (73.05% from 255) = 67.15%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 10.11%
G = 67.15%
B = 22.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#1CBA3F (or 0x1CBA3F) is known color: Dark Pastel Green. HEX triplet: 1C, BA and 3F. RGB value is (28,186,63). Sum of RGB (Red+Green+Blue) = 28+186+63=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA3F is #E345C0. Grayscale: #7D7D7D. Windows color (decimal): -14894529 or 4176412. OLE color: 4176412.

HSL color Cylindrical-coordinate representation of color #1CBA3F: hue angle of 133.29º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA3F is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 186 63 -
CMYK 0.85 0 0.66 0.27
HSL 133.29º 0.74% 0.42% -
HSV(B) 133.29º 0.85% 0.73% -
XYZ 18.94 35.72 10.6 -
YUV 124.74 93.15 59 -
System Red Green Blue C M Y K H S L
Decimal 28 186 63 0.85 0 0.66 0.27 133.29 0.74 0.42
Hex 1C BA 3F 55 0 42 1B 85 4A 2A
Octal 34 272 77 125 0 102 33 205 112 52
Binary 11100 10111010 111111 1010101 0 1000010 11011 10000101 1001010 101010

Color Harmonies of #1CBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA3F

Black with #1CBA3F

Text Example


Text Example

White with #1CBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBA3F; }

 p { color: rgb(28,186,63); }

 H1.HeaderClassName
 {
   color: #1CBA3F;
 }
 .AnyTagClassName
 {
   color: #1CBA3F;
 }
</style>

background-color css

<style>
 a { background-color: #1CBA3F; }

 a { background-color: rgb(28,186,63); }

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

border-color css

<style>
 span { border-color: #1CBA3F; }

 span { border-color: rgb(28,186,63); }

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