Html Css Color HEX #275D3C Green Pea

📋 copy color: '#275D3C'

red 39 ◦ green 93 ◦ blue 60

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

Shades of Green Pea #275D3C

Tints of Green Pea #275D3C

RGB

 RED value IS 39 (15.63% from 255) = 20.31%

 GREEN value IS 93 (36.72% from 255) = 48.44%

 BLUE value IS 60 (23.83% from 255) = 31.25%

R = 20.31%
G = 48.44%
B = 31.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#275D3C (or 0x275D3C) is known color: Green Pea. HEX triplet: 27, 5D and 3C. RGB value is (39,93,60). Sum of RGB (Red+Green+Blue) = 39+93+60=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #275D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D3C is #D8A2C3. Grayscale: #494949. Windows color (decimal): -14197444 or 3956007. OLE color: 3956007.

HSL color Cylindrical-coordinate representation of color #275D3C: hue angle of 143.33º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D3C is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 93 60 -
CMYK 0.58 0 0.35 0.64
HSL 143.33º 0.41% 0.26% -
HSV(B) 143.33º 0.58% 0.36% -
XYZ 5.57 8.59 5.64 -
YUV 73.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 39 93 60 0.58 0 0.35 0.64 143.33 0.41 0.26
Hex 27 5D 3C 3A 0 23 40 8F 29 1A
Octal 47 135 74 72 0 43 100 217 51 32
Binary 100111 1011101 111100 111010 0 100011 1000000 10001111 101001 11010

Color Harmonies of #275D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D3C

Black with #275D3C

Text Example


Text Example

White with #275D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275D3C; }

 p { color: rgb(39,93,60); }

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

background-color css

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

 a { background-color: rgb(39,93,60); }

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

border-color css

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

 span { border-color: rgb(39,93,60); }

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