#25472F

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

Shades of Kaitoke Green #25472F

Tints of Kaitoke Green #25472F

Color information

#25472F (or 0x25472F) is unknown color: approx Kaitoke Green. HEX triplet: 25, 47 and 2F. RGB value is (37,71,47). Sum of RGB (Red+Green+Blue) = 37+71+47=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #25472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25472F is #DAB8D0. Grayscale: #3A3A3A. Windows color (decimal): -14334161 or 3098405. OLE color: 3098405.

HSL color Cylindrical-coordinate representation of color #25472F: hue angle of 137.65º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25472F is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB377147-
CMYK0.4800.340.72
HSL137.65º31.48%21.18%-
HSV(B)137.65º47.89%27.84%-
XYZ3.535.113.49-
YUV58.1121.74112.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=23.87%
G=45.81%
B=30.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3771470.4800.340.72137.6531.4821.18
Hex25472F30022488a1f15
Octal4510757600421102123725
Binary100101100011110111111000001000101001000100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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