#25502D

Color #25502D Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #25502D

Tints of Kaitoke Green #25502D

Color information

#25502D (or 0x25502D) is unknown color: approx Kaitoke Green. HEX triplet: 25, 50 and 2D. RGB value is (37,80,45). Sum of RGB (Red+Green+Blue) = 37+80+45=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #25502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25502D is #DAAFD2. Grayscale: #3F3F3F. Windows color (decimal): -14331859 or 2969637. OLE color: 2969637.

HSL color Cylindrical-coordinate representation of color #25502D: hue angle of 131.16º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25502D is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB378045-
CMYK0.5400.440.69
HSL131.16º36.75%22.94%-
HSV(B)131.16º53.75%31.37%-
XYZ4.116.323.49-
YUV63.15117.75109.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=22.84%
G=49.38%
B=27.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780450.5400.440.69131.1636.7522.94
Hex25502D3602C45832517
Octal4512055660541052034527
Binary1001011010000101101110110010110010001011000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25502D; }

 p { color: rgb(37,80,45); }

 H1.HeaderClassName
 {
   color: #25502D;
 }
 .AnyTagClassName
 {
   color: #25502D;
 }
</style>
background-color css

<style>
 a { background-color: #25502D; }

 a { background-color: rgb(37,80,45); }

 div.DivClassName
 {
   background-color: #25502D;
 }
 .BgClassName
 {
   background-color: #25502D;
 }
</style>
border-color css

<style>
 span { border-color: #25502D; }

 span { border-color: rgb(37,80,45); }

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