Html Css Color HEX #265242 Te Papa Green

📋 copy color: '#265242'

red 38 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #265242

Tints of Te Papa Green #265242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.09%

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

R = 20.43%
G = 44.09%
B = 35.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#265242 (or 0x265242) is known color: Te Papa Green. HEX triplet: 26, 52 and 42. RGB value is (38,82,66). Sum of RGB (Red+Green+Blue) = 38+82+66=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #265242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265242 is #D9ADBD. Grayscale: #434343. Windows color (decimal): -14265790 or 4346406. OLE color: 4346406.

HSL color Cylindrical-coordinate representation of color #265242: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265242 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 82 66 -
CMYK 0.54 0 0.20 0.68
HSL 158.18º 0.37% 0.24% -
HSV(B) 158.18º 0.54% 0.32% -
XYZ 4.8 6.84 6.22 -
YUV 67.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 38 82 66 0.54 0 0.20 0.68 158.18 0.37 0.24
Hex 26 52 42 36 0 14 44 9E 25 18
Octal 46 122 102 66 0 24 104 236 45 30
Binary 100110 1010010 1000010 110110 0 10100 1000100 10011110 100101 11000

Color Harmonies of #265242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265242

Black with #265242

Text Example


Text Example

White with #265242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265242; }

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

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

background-color css

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

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

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

border-color css

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

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

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