Html Css Color HEX #265642 Te Papa Green

📋 copy color: '#265642'

red 38 ◦ green 86 ◦ blue 66

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

Shades of Te Papa Green #265642

Tints of Te Papa Green #265642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 20%
G = 45.26%
B = 34.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#265642 (or 0x265642) is known color: Te Papa Green. HEX triplet: 26, 56 and 42. RGB value is (38,86,66). Sum of RGB (Red+Green+Blue) = 38+86+66=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #265642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265642 is #D9A9BD. Grayscale: #454545. Windows color (decimal): -14264766 or 4347430. OLE color: 4347430.

HSL color Cylindrical-coordinate representation of color #265642: hue angle of 155º 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 #265642 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 86 66 -
CMYK 0.56 0 0.23 0.66
HSL 155º 0.39% 0.24% -
HSV(B) 155º 0.56% 0.34% -
XYZ 5.11 7.46 6.33 -
YUV 69.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 38 86 66 0.56 0 0.23 0.66 155 0.39 0.24
Hex 26 56 42 38 0 17 42 9B 27 18
Octal 46 126 102 70 0 27 102 233 47 30
Binary 100110 1010110 1000010 111000 0 10111 1000010 10011011 100111 11000

Color Harmonies of #265642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265642

Black with #265642

Text Example


Text Example

White with #265642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265642; }

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

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

background-color css

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

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

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

border-color css

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

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

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