Html Css Color HEX #25472F Kaitoke Green

📋 copy color: '#25472F'

red 37 ◦ green 71 ◦ blue 47

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

Shades of Kaitoke Green #25472F

Tints of Kaitoke Green #25472F

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#25472F (or 0x25472F) is known color: 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

RGB 37 71 47 -
CMYK 0.48 0 0.34 0.72
HSL 137.65º 0.31% 0.21% -
HSV(B) 137.65º 0.48% 0.28% -
XYZ 3.53 5.11 3.49 -
YUV 58.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 37 71 47 0.48 0 0.34 0.72 137.65 0.31 0.21
Hex 25 47 2F 30 0 22 48 8A 1F 15
Octal 45 107 57 60 0 42 110 212 37 25
Binary 100101 1000111 101111 110000 0 100010 1001000 10001010 11111 10101

Color Harmonies of #25472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25472F

Black with #25472F

Text Example


Text Example

White with #25472F

Text Example


Text Example

HTML Codes & Css Web 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>