Html Css Color HEX #1C402B Palm Green

📋 copy color: '#1C402B'

red 28 ◦ green 64 ◦ blue 43

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

Shades of Palm Green #1C402B

Tints of Palm Green #1C402B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 20.74%
G = 47.41%
B = 31.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#1C402B (or 0x1C402B) is known color: Palm Green. HEX triplet: 1C, 40 and 2B. RGB value is (28,64,43). Sum of RGB (Red+Green+Blue) = 28+64+43=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #1C402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C402B is #E3BFD4. Grayscale: #323232. Windows color (decimal): -14925781 or 2834460. OLE color: 2834460.

HSL color Cylindrical-coordinate representation of color #1C402B: hue angle of 145º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C402B is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 64 43 -
CMYK 0.56 0 0.33 0.75
HSL 145º 0.39% 0.18% -
HSV(B) 145º 0.56% 0.25% -
XYZ 2.75 4.09 2.93 -
YUV 50.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 28 64 43 0.56 0 0.33 0.75 145 0.39 0.18
Hex 1C 40 2B 38 0 21 4B 91 27 12
Octal 34 100 53 70 0 41 113 221 47 22
Binary 11100 1000000 101011 111000 0 100001 1001011 10010001 100111 10010

Color Harmonies of #1C402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C402B

Black with #1C402B

Text Example


Text Example

White with #1C402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,43); }

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

background-color css

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

 a { background-color: rgb(28,64,43); }

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

border-color css

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

 span { border-color: rgb(28,64,43); }

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