Html Css Color HEX #245D38 Kaitoke Green

📋 copy color: '#245D38'

red 36 ◦ green 93 ◦ blue 56

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

Shades of Kaitoke Green #245D38

Tints of Kaitoke Green #245D38

RGB

 RED value IS 36 (14.45% from 255) = 19.46%

 GREEN value IS 93 (36.72% from 255) = 50.27%

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 19.46%
G = 50.27%
B = 30.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#245D38 (or 0x245D38) is known color: Kaitoke Green. HEX triplet: 24, 5D and 38. RGB value is (36,93,56). Sum of RGB (Red+Green+Blue) = 36+93+56=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #245D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D38 is #DBA2C7. Grayscale: #474747. Windows color (decimal): -14394056 or 3693860. OLE color: 3693860.

HSL color Cylindrical-coordinate representation of color #245D38: hue angle of 141.05º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D38 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 93 56 -
CMYK 0.61 0 0.40 0.64
HSL 141.05º 0.44% 0.25% -
HSV(B) 141.05º 0.61% 0.36% -
XYZ 5.36 8.49 5.1 -
YUV 71.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 36 93 56 0.61 0 0.40 0.64 141.05 0.44 0.25
Hex 24 5D 38 3D 0 28 40 8D 2C 19
Octal 44 135 70 75 0 50 100 215 54 31
Binary 100100 1011101 111000 111101 0 101000 1000000 10001101 101100 11001

Color Harmonies of #245D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D38

Black with #245D38

Text Example


Text Example

White with #245D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245D38; }

 p { color: rgb(36,93,56); }

 H1.HeaderClassName
 {
   color: #245D38;
 }
 .AnyTagClassName
 {
   color: #245D38;
 }
</style>

background-color css

<style>
 a { background-color: #245D38; }

 a { background-color: rgb(36,93,56); }

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

border-color css

<style>
 span { border-color: #245D38; }

 span { border-color: rgb(36,93,56); }

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