Html Css Color HEX #265342 Te Papa Green

📋 copy color: '#265342'

red 38 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #265342

Tints of Te Papa Green #265342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 20.32%
G = 44.39%
B = 35.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#265342 (or 0x265342) is known color: Te Papa Green. HEX triplet: 26, 53 and 42. RGB value is (38,83,66). Sum of RGB (Red+Green+Blue) = 38+83+66=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #265342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265342 is #D9ACBD. Grayscale: #434343. Windows color (decimal): -14265534 or 4346662. OLE color: 4346662.

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

Color convert

RGB 38 83 66 -
CMYK 0.54 0 0.20 0.67
HSL 157.33º 0.37% 0.24% -
HSV(B) 157.33º 0.54% 0.33% -
XYZ 4.88 6.99 6.25 -
YUV 67.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 38 83 66 0.54 0 0.20 0.67 157.33 0.37 0.24
Hex 26 53 42 36 0 14 43 9D 25 18
Octal 46 123 102 66 0 24 103 235 45 30
Binary 100110 1010011 1000010 110110 0 10100 1000011 10011101 100101 11000

Color Harmonies of #265342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265342

Black with #265342

Text Example


Text Example

White with #265342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265342; }

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

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

background-color css

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

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

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

border-color css

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

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

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