Html Css Color HEX #2C593D Kaitoke Green

📋 copy color: '#2C593D'

red 44 ◦ green 89 ◦ blue 61

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

Shades of Kaitoke Green #2C593D

Tints of Kaitoke Green #2C593D

RGB

 RED value IS 44 (17.58% from 255) = 22.68%

 GREEN value IS 89 (35.16% from 255) = 45.88%

 BLUE value IS 61 (24.22% from 255) = 31.44%

R = 22.68%
G = 45.88%
B = 31.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#2C593D (or 0x2C593D) is known color: Kaitoke Green. HEX triplet: 2C, 59 and 3D. RGB value is (44,89,61). Sum of RGB (Red+Green+Blue) = 44+89+61=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #2C593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C593D is #D3A6C2. Grayscale: #484848. Windows color (decimal): -13870787 or 4020524. OLE color: 4020524.

HSL color Cylindrical-coordinate representation of color #2C593D: hue angle of 142.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C593D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 61 -
CMYK 0.51 0 0.31 0.65
HSL 142.67º 0.34% 0.26% -
HSV(B) 142.67º 0.51% 0.35% -
XYZ 5.45 8.02 5.67 -
YUV 72.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 44 89 61 0.51 0 0.31 0.65 142.67 0.34 0.26
Hex 2C 59 3D 33 0 1F 41 8F 22 1A
Octal 54 131 75 63 0 37 101 217 42 32
Binary 101100 1011001 111101 110011 0 11111 1000001 10001111 100010 11010

Color Harmonies of #2C593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C593D

Black with #2C593D

Text Example


Text Example

White with #2C593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C593D; }

 p { color: rgb(44,89,61); }

 H1.HeaderClassName
 {
   color: #2C593D;
 }
 .AnyTagClassName
 {
   color: #2C593D;
 }
</style>

background-color css

<style>
 a { background-color: #2C593D; }

 a { background-color: rgb(44,89,61); }

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

border-color css

<style>
 span { border-color: #2C593D; }

 span { border-color: rgb(44,89,61); }

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