Html Css Color HEX #265641 Te Papa Green

📋 copy color: '#265641'

red 38 ◦ green 86 ◦ blue 65

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

Shades of Te Papa Green #265641

Tints of Te Papa Green #265641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

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

R = 20.11%
G = 45.5%
B = 34.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#265641 (or 0x265641) is known color: Te Papa Green. HEX triplet: 26, 56 and 41. RGB value is (38,86,65). Sum of RGB (Red+Green+Blue) = 38+86+65=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #265641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265641 is #D9A9BE. Grayscale: #454545. Windows color (decimal): -14264767 or 4281894. OLE color: 4281894.

HSL color Cylindrical-coordinate representation of color #265641: hue angle of 153.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265641 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 86 65 -
CMYK 0.56 0 0.24 0.66
HSL 153.75º 0.39% 0.24% -
HSV(B) 153.75º 0.56% 0.34% -
XYZ 5.08 7.45 6.17 -
YUV 69.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 38 86 65 0.56 0 0.24 0.66 153.75 0.39 0.24
Hex 26 56 41 38 0 18 42 9A 27 18
Octal 46 126 101 70 0 30 102 232 47 30
Binary 100110 1010110 1000001 111000 0 11000 1000010 10011010 100111 11000

Color Harmonies of #265641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265641

Black with #265641

Text Example


Text Example

White with #265641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265641; }

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

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

background-color css

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

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

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

border-color css

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

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

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