Html Css Color HEX #25483D Te Papa Green

📋 copy color: '#25483D'

red 37 ◦ green 72 ◦ blue 61

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

Shades of Te Papa Green #25483D

Tints of Te Papa Green #25483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 21.76%
G = 42.35%
B = 35.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#25483D (or 0x25483D) is known color: Te Papa Green. HEX triplet: 25, 48 and 3D. RGB value is (37,72,61). Sum of RGB (Red+Green+Blue) = 37+72+61=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #25483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25483D is #DAB7C2. Grayscale: #3C3C3C. Windows color (decimal): -14333891 or 4016165. OLE color: 4016165.

HSL color Cylindrical-coordinate representation of color #25483D: hue angle of 161.14º 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 #25483D is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 72 61 -
CMYK 0.49 0 0.15 0.72
HSL 161.14º 0.32% 0.21% -
HSV(B) 161.14º 0.49% 0.28% -
XYZ 3.92 5.36 5.24 -
YUV 60.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 37 72 61 0.49 0 0.15 0.72 161.14 0.32 0.21
Hex 25 48 3D 31 0 F 48 A1 20 15
Octal 45 110 75 61 0 17 110 241 40 25
Binary 100101 1001000 111101 110001 0 1111 1001000 10100001 100000 10101

Color Harmonies of #25483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25483D

Black with #25483D

Text Example


Text Example

White with #25483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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