Html Css Color HEX #25483C Te Papa Green

📋 copy color: '#25483C'

red 37 ◦ green 72 ◦ blue 60

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

Shades of Te Papa Green #25483C

Tints of Te Papa Green #25483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

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

R = 21.89%
G = 42.6%
B = 35.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#25483C (or 0x25483C) is known color: Te Papa Green. HEX triplet: 25, 48 and 3C. RGB value is (37,72,60). Sum of RGB (Red+Green+Blue) = 37+72+60=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #25483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25483C is #DAB7C3. Grayscale: #3C3C3C. Windows color (decimal): -14333892 or 3950629. OLE color: 3950629.

HSL color Cylindrical-coordinate representation of color #25483C: hue angle of 159.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25483C is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 72 60 -
CMYK 0.49 0 0.17 0.72
HSL 159.43º 0.32% 0.21% -
HSV(B) 159.43º 0.49% 0.28% -
XYZ 3.9 5.35 5.1 -
YUV 60.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 37 72 60 0.49 0 0.17 0.72 159.43 0.32 0.21
Hex 25 48 3C 31 0 11 48 9F 20 15
Octal 45 110 74 61 0 21 110 237 40 25
Binary 100101 1001000 111100 110001 0 10001 1001000 10011111 100000 10101

Color Harmonies of #25483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25483C

Black with #25483C

Text Example


Text Example

White with #25483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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