Html Css Color HEX #265440 Te Papa Green

📋 copy color: '#265440'

red 38 ◦ green 84 ◦ blue 64

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

Shades of Te Papa Green #265440

Tints of Te Papa Green #265440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

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

R = 20.43%
G = 45.16%
B = 34.41%

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

#265440 (or 0x265440) is known color: Te Papa Green. HEX triplet: 26, 54 and 40. RGB value is (38,84,64). Sum of RGB (Red+Green+Blue) = 38+84+64=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #265440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265440 is #D9ABBF. Grayscale: #444444. Windows color (decimal): -14265280 or 4215846. OLE color: 4215846.

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

Color convert

RGB 38 84 64 -
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.9 7.12 5.97 -
YUV 67.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 38 84 64 0.55 0 0.24 0.67 153.91 0.38 0.24
Hex 26 54 40 37 0 18 43 9A 26 18
Octal 46 124 100 67 0 30 103 232 46 30
Binary 100110 1010100 1000000 110111 0 11000 1000011 10011010 100110 11000

Color Harmonies of #265440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265440

Black with #265440

Text Example


Text Example

White with #265440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265440; }

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

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

background-color css

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

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

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

border-color css

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

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

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