Html Css Color HEX #265142 Te Papa Green

📋 copy color: '#265142'

red 38 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #265142

Tints of Te Papa Green #265142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

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

R = 20.54%
G = 43.78%
B = 35.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#265142 (or 0x265142) is known color: Te Papa Green. HEX triplet: 26, 51 and 42. RGB value is (38,81,66). Sum of RGB (Red+Green+Blue) = 38+81+66=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #265142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265142 is #D9AEBD. Grayscale: #424242. Windows color (decimal): -14266046 or 4346150. OLE color: 4346150.

HSL color Cylindrical-coordinate representation of color #265142: hue angle of 159.07º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265142 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 81 66 -
CMYK 0.53 0 0.19 0.68
HSL 159.07º 0.36% 0.23% -
HSV(B) 159.07º 0.53% 0.32% -
XYZ 4.73 6.69 6.2 -
YUV 66.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 38 81 66 0.53 0 0.19 0.68 159.07 0.36 0.23
Hex 26 51 42 35 0 13 44 9F 24 17
Octal 46 121 102 65 0 23 104 237 44 27
Binary 100110 1010001 1000010 110101 0 10011 1000100 10011111 100100 10111

Color Harmonies of #265142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265142

Black with #265142

Text Example


Text Example

White with #265142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265142; }

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

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

background-color css

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

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

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

border-color css

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

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

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