Html Css Color HEX #25493C Te Papa Green

📋 copy color: '#25493C'

red 37 ◦ green 73 ◦ blue 60

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

Shades of Te Papa Green #25493C

Tints of Te Papa Green #25493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.94%

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 21.76%
G = 42.94%
B = 35.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#25493C (or 0x25493C) is known color: Te Papa Green. HEX triplet: 25, 49 and 3C. RGB value is (37,73,60). Sum of RGB (Red+Green+Blue) = 37+73+60=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #25493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25493C is #DAB6C3. Grayscale: #3C3C3C. Windows color (decimal): -14333636 or 3950885. OLE color: 3950885.

HSL color Cylindrical-coordinate representation of color #25493C: hue angle of 158.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25493C is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 73 60 -
CMYK 0.49 0 0.18 0.71
HSL 158.33º 0.33% 0.22% -
HSV(B) 158.33º 0.49% 0.29% -
XYZ 3.96 5.48 5.12 -
YUV 60.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 37 73 60 0.49 0 0.18 0.71 158.33 0.33 0.22
Hex 25 49 3C 31 0 12 47 9E 21 16
Octal 45 111 74 61 0 22 107 236 41 26
Binary 100101 1001001 111100 110001 0 10010 1000111 10011110 100001 10110

Color Harmonies of #25493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25493C

Black with #25493C

Text Example


Text Example

White with #25493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25493C; }

 p { color: rgb(37,73,60); }

 H1.HeaderClassName
 {
   color: #25493C;
 }
 .AnyTagClassName
 {
   color: #25493C;
 }
</style>

background-color css

<style>
 a { background-color: #25493C; }

 a { background-color: rgb(37,73,60); }

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

border-color css

<style>
 span { border-color: #25493C; }

 span { border-color: rgb(37,73,60); }

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