Html Css Color HEX #265540 Te Papa Green

📋 copy color: '#265540'

red 38 ◦ green 85 ◦ blue 64

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

Shades of Te Papa Green #265540

Tints of Te Papa Green #265540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 20.32%
G = 45.45%
B = 34.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#265540 (or 0x265540) is known color: Te Papa Green. HEX triplet: 26, 55 and 40. RGB value is (38,85,64). Sum of RGB (Red+Green+Blue) = 38+85+64=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #265540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265540 is #D9AABF. Grayscale: #444444. Windows color (decimal): -14265024 or 4216102. OLE color: 4216102.

HSL color Cylindrical-coordinate representation of color #265540: hue angle of 153.19º 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 #265540 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 85 64 -
CMYK 0.55 0 0.25 0.67
HSL 153.19º 0.38% 0.24% -
HSV(B) 153.19º 0.55% 0.33% -
XYZ 4.97 7.28 5.99 -
YUV 68.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 38 85 64 0.55 0 0.25 0.67 153.19 0.38 0.24
Hex 26 55 40 37 0 19 43 99 26 18
Octal 46 125 100 67 0 31 103 231 46 30
Binary 100110 1010101 1000000 110111 0 11001 1000011 10011001 100110 11000

Color Harmonies of #265540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265540

Black with #265540

Text Example


Text Example

White with #265540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265540; }

 p { color: rgb(38,85,64); }

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

background-color css

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

 a { background-color: rgb(38,85,64); }

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

border-color css

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

 span { border-color: rgb(38,85,64); }

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