Html Css Color HEX #255D35 Kaitoke Green

📋 copy color: '#255D35'

red 37 ◦ green 93 ◦ blue 53

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

Shades of Kaitoke Green #255D35

Tints of Kaitoke Green #255D35

RGB

 RED value IS 37 (14.84% from 255) = 20.22%

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

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 20.22%
G = 50.82%
B = 28.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#255D35 (or 0x255D35) is known color: Kaitoke Green. HEX triplet: 25, 5D and 35. RGB value is (37,93,53). Sum of RGB (Red+Green+Blue) = 37+93+53=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #255D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D35 is #DAA2CA. Grayscale: #474747. Windows color (decimal): -14328523 or 3497253. OLE color: 3497253.

HSL color Cylindrical-coordinate representation of color #255D35: hue angle of 137.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D35 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 93 53 -
CMYK 0.60 0 0.43 0.64
HSL 137.14º 0.43% 0.25% -
HSV(B) 137.14º 0.6% 0.36% -
XYZ 5.32 8.48 4.72 -
YUV 71.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 37 93 53 0.60 0 0.43 0.64 137.14 0.43 0.25
Hex 25 5D 35 3C 0 2B 40 89 2B 19
Octal 45 135 65 74 0 53 100 211 53 31
Binary 100101 1011101 110101 111100 0 101011 1000000 10001001 101011 11001

Color Harmonies of #255D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D35

Black with #255D35

Text Example


Text Example

White with #255D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D35; }

 p { color: rgb(37,93,53); }

 H1.HeaderClassName
 {
   color: #255D35;
 }
 .AnyTagClassName
 {
   color: #255D35;
 }
</style>

background-color css

<style>
 a { background-color: #255D35; }

 a { background-color: rgb(37,93,53); }

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

border-color css

<style>
 span { border-color: #255D35; }

 span { border-color: rgb(37,93,53); }

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