Html Css Color HEX #265041 Te Papa Green

📋 copy color: '#265041'

red 38 ◦ green 80 ◦ blue 65

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

Shades of Te Papa Green #265041

Tints of Te Papa Green #265041

RGB

 RED value IS 38 (15.23% from 255) = 20.77%

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 20.77%
G = 43.72%
B = 35.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#265041 (or 0x265041) is known color: Te Papa Green. HEX triplet: 26, 50 and 41. RGB value is (38,80,65). Sum of RGB (Red+Green+Blue) = 38+80+65=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #265041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265041 is #D9AFBE. Grayscale: #414141. Windows color (decimal): -14266303 or 4280358. OLE color: 4280358.

HSL color Cylindrical-coordinate representation of color #265041: hue angle of 158.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #265041 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 65 -
CMYK 0.52 0 0.19 0.69
HSL 158.57º 0.36% 0.23% -
HSV(B) 158.57º 0.53% 0.31% -
XYZ 4.62 6.53 6.02 -
YUV 65.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 38 80 65 0.52 0 0.19 0.69 158.57 0.36 0.23
Hex 26 50 41 34 0 13 45 9F 24 17
Octal 46 120 101 64 0 23 105 237 44 27
Binary 100110 1010000 1000001 110100 0 10011 1000101 10011111 100100 10111

Color Harmonies of #265041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265041

Black with #265041

Text Example


Text Example

White with #265041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265041; }

 p { color: rgb(38,80,65); }

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

background-color css

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

 a { background-color: rgb(38,80,65); }

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

border-color css

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

 span { border-color: rgb(38,80,65); }

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