#25502F

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

Shades of Kaitoke Green #25502F

Tints of Kaitoke Green #25502F

Color information

#25502F (or 0x25502F) is unknown color: approx Kaitoke Green. HEX triplet: 25, 50 and 2F. RGB value is (37,80,47). Sum of RGB (Red+Green+Blue) = 37+80+47=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #25502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25502F is #DAAFD0. Grayscale: #3F3F3F. Windows color (decimal): -14331857 or 3100709. OLE color: 3100709.

HSL color Cylindrical-coordinate representation of color #25502F: hue angle of 133.95º 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 #25502F is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB378047-
CMYK0.5400.410.69
HSL133.95º36.75%22.94%-
HSV(B)133.95º53.75%31.37%-
XYZ4.146.343.69-
YUV63.38118.75109.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=22.56%
G=48.78%
B=28.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780470.5400.410.69133.9536.7522.94
Hex25502F3602945862517
Octal4512057660511052064527
Binary1001011010000101111110110010100110001011000011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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