Html Css Color HEX #25533F Te Papa Green

📋 copy color: '#25533F'

red 37 ◦ green 83 ◦ blue 63

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

Shades of Te Papa Green #25533F

Tints of Te Papa Green #25533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.36%

 BLUE value IS 63 (25% from 255) = 34.43%

R = 20.22%
G = 45.36%
B = 34.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#25533F (or 0x25533F) is known color: Te Papa Green. HEX triplet: 25, 53 and 3F. RGB value is (37,83,63). Sum of RGB (Red+Green+Blue) = 37+83+63=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #25533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25533F is #DAACC0. Grayscale: #434343. Windows color (decimal): -14331073 or 4150053. OLE color: 4150053.

HSL color Cylindrical-coordinate representation of color #25533F: hue angle of 153.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25533F is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 83 63 -
CMYK 0.55 0 0.24 0.67
HSL 153.91º 0.38% 0.24% -
HSV(B) 153.91º 0.55% 0.33% -
XYZ 4.75 6.94 5.79 -
YUV 66.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 37 83 63 0.55 0 0.24 0.67 153.91 0.38 0.24
Hex 25 53 3F 37 0 18 43 9A 26 18
Octal 45 123 77 67 0 30 103 232 46 30
Binary 100101 1010011 111111 110111 0 11000 1000011 10011010 100110 11000

Color Harmonies of #25533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25533F

Black with #25533F

Text Example


Text Example

White with #25533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,83,63); }

 H1.HeaderClassName
 {
   color: #25533F;
 }
 .AnyTagClassName
 {
   color: #25533F;
 }
</style>

background-color css

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

 a { background-color: rgb(37,83,63); }

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

border-color css

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

 span { border-color: rgb(37,83,63); }

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