Html Css Color HEX #3CA028 La Palma

📋 copy color: '#3CA028'

red 60 ◦ green 160 ◦ blue 40

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

Shades of La Palma #3CA028

Tints of La Palma #3CA028

RGB

 RED value IS 60 (23.83% from 255) = 23.08%

 GREEN value IS 160 (62.89% from 255) = 61.54%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 23.08%
G = 61.54%
B = 15.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#3CA028 (or 0x3CA028) is known color: La Palma. HEX triplet: 3C, A0 and 28. RGB value is (60,160,40). Sum of RGB (Red+Green+Blue) = 60+160+40=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA028 is #C35FD7. Grayscale: #747474. Windows color (decimal): -12804056 or 2662460. OLE color: 2662460.

HSL color Cylindrical-coordinate representation of color #3CA028: hue angle of 110º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CA028 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 40 -
CMYK 0.62 0 0.75 0.37
HSL 110º 0.6% 0.39% -
HSV(B) 110º 0.75% 0.63% -
XYZ 14.82 26.26 6.29 -
YUV 116.42 84.87 87.76 -
System Red Green Blue C M Y K H S L
Decimal 60 160 40 0.62 0 0.75 0.37 110 0.6 0.39
Hex 3C A0 28 3E 0 4B 25 6E 3C 27
Octal 74 240 50 76 0 113 45 156 74 47
Binary 111100 10100000 101000 111110 0 1001011 100101 1101110 111100 100111

Color Harmonies of #3CA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA028

Black with #3CA028

Text Example


Text Example

White with #3CA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CA028; }

 p { color: rgb(60,160,40); }

 H1.HeaderClassName
 {
   color: #3CA028;
 }
 .AnyTagClassName
 {
   color: #3CA028;
 }
</style>

background-color css

<style>
 a { background-color: #3CA028; }

 a { background-color: rgb(60,160,40); }

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

border-color css

<style>
 span { border-color: #3CA028; }

 span { border-color: rgb(60,160,40); }

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